projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0ab1a0
)
(url-history-track): Fix last change.
author
Kim F. Storm
<storm@cua.dk>
Thu, 1 Dec 2005 21:45:21 +0000
(21:45 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Thu, 1 Dec 2005 21:45:21 +0000
(21:45 +0000)
lisp/url/url-history.el
patch
|
blob
|
history
diff --git
a/lisp/url/url-history.el
b/lisp/url/url-history.el
index a847b26cec23cd8ca210bb4ce20cdce22ebc586d..eb7d7a461443fc3ecb7ebca2eac821e1b4db208f 100644
(file)
--- a/
lisp/url/url-history.el
+++ b/
lisp/url/url-history.el
@@
-44,7
+44,7
@@
If set to t, then the list is saved to disk at the end of each Emacs
session."
:set #'(lambda (var val)
(set-default var val)
- (and (bound-and-true-p
'
url-setup-done)
+ (and (bound-and-true-p url-setup-done)
(url-history-setup-save-timer)))
:type '(choice (const :tag "off" nil)
(const :tag "on" t)